home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////////////////////
- // Work shell program so it can be tested from the "T" on SysOpWk menu.
- // This can be used in your max\m directory to test what you are writing
- // or changing. You can change your file name to #work.wk or
- // commet out the // #include <#work.wk> and add youe owm file name.
- // #include <file.mex>
- // rembemer to mex #atest.mex! max a bat file to do it.
- //////////////////////////////////////////////////////////////////////////////
- #ifndef __MAX_MH
- #define __MAX_MH
- #include <#work.wk>
- #endif
- /////////////////////////////////////////////////////////////////////////////
-